Closed (fixed)
Project:
Embedded Media Field
Version:
6.x-1.3
Component:
Embedded Video Field
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2009 at 03:39 UTC
Updated:
23 Aug 2009 at 15:10 UTC
Hello,
I am creating a custom video gallery to my site. I need to do the following:
1) I will have view, which will have Embedded video field and it should accept string(youtube video url) as a parameter and it should start playing the video based on the url
2) I will have few views in the same node, Is there any way to make a ajax call for step (1)? so that I don't have to refresh the page to play the video?
Is this something we can do it with emfield and combination of other modules? or any other way to achieve this functionality?
Thanks,
Comments
Comment #1
aaron commentedyes. that's what embedded media field does.
1) install emfield, set up a field, add youtube as a provider.
2) create a view, check the 'ajax' box.
it will do precisely what you want.
Comment #2
priceline commentedBut how do i pass the URL string to the emfield(in a separate view)?
Edit:
I am kind of stuck here:
http://tinyurl.com/ln7fo3
But I am not sure how do i play video in the center(center_video) upon clicking the right hand side video?